CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 角点 匹配

搜索资源列表

  1. RANSACPharris

    1下载:
  2. 运用harris提取角点,并通过领域检测获得初始匹配。通过RANSAC算法对初始匹配进行计算,在获得基础矩阵F的同时,获得精确匹配点。-Using Harris to extract corner points and obtain the initial matching through the field detection. The initial matching is calculated by RANSAC algorithm, and the exact matching poin
  3. 所属分类:Special Effects

    • 发布日期:2016-03-18
    • 文件大小:28766208
    • 提供者:黄屁屁
  1. corners

    0下载:
  2. 特征检测与匹配是Computer Vision 应用总重要的一部分,这需要寻找图像之间的特征建立对应关系。点,也就是图像中的特殊位置,是很常用的一类特征,点的局部特征也可以叫做“关键特征点”(keypoint feature),或“兴趣点”(interest point),或“角点”(conrner)。Harris角点检测-Feature detection and matching is an important part of the overall application of Compu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:644
    • 提供者:selina
  1. Harris-corner-detection

    0下载:
  2. 图像的harris角点检测,提取图像的角点特征,可用于图像匹配、识别。-Images of the Harris corner detection to extract the image characteristics of angular point.It can be used in image matching and recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:44300
    • 提供者:龚飞
  1. Bobby-D-Match

    0下载:
  2. opencv自写的Horsdorff匹配搜索,融合了角点提取加快搜索速度-OpenCV Horsdorff matching Harris
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10396436
    • 提供者:邓卓健
  1. Documents

    0下载:
  2. 寻找harris角点 利用ssd匹配角点-finding and matching harris points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2705
    • 提供者:yy
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. harrisdetectmatching

    0下载:
  2. Harris角点检测和图像匹配算法,有详细的实例及源代码。-Harris corner detection and image matching algorithm, and detailed examples of source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:533553
    • 提供者:Johnsonliu
  1. sift

    1下载:
  2. 运用shit算子对图像中的角点进行检测,以便进行特征匹配-Operators using shift image of the corner detection, feature matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-28
    • 文件大小:425001
    • 提供者:lilili
  1. OpenSURF_version1c-(2)

    0下载:
  2. 图像角点特征提取与匹配:surf特征提取与匹配-Surf feature extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4829232
    • 提供者:紫竹林11
  1. harris

    0下载:
  2. MATLAB基于Harris角点的图像匹配算法-MATLAB-based matching of Harris
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1785
    • 提供者:lee
  1. siftDemoV4

    0下载:
  2. sift算法,检测角点,关键点描述,匹配特征点-sift algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:601426
    • 提供者:赵梅
  1. harris

    0下载:
  2. harris角点检测程序,特征点匹配,效果不错-harris corner detection procedures, the feature point matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3281
    • 提供者:
  1. matlab

    0下载:
  2. 找到的一个图像拼接程序,将三张图片拼接为一张。 大致方法为Haaris找角点,粗匹配,RANSAC精匹配 matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:177152
    • 提供者:wilson
  1. harris

    0下载:
  2. 这是关于求图像匹配点的matlab程序。 运行通过,可以添加自己需要的图像。 主要方法有用到harris角点检测,ncc粗匹配,ransac精匹配-This is about the image matching point of the MATLAB program. Run through, you can add the image you need.The main methods are useful to Harris corner detection, NCC coar
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:444077
    • 提供者:zhchwl
  1. image-stitch

    0下载:
  2. 使用Harris角点检测方法进行图像特征点提取,NCC描述的方法进行粗匹配,再使用RANSAC算法进行精匹配。-Using Harris corner detection method for image feature point extraction, NCC descr iption of the method of rough matching, and then use the RANSAC algorithm for fine matching.
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:572864
    • 提供者:zcwl
  1. ImageProcessEx

    0下载:
  2. 图形显示、图像角点特征提取、最小二乘匹配、图像基本处理功能(旋转等)-Graphic display, image corner feature extraction, least squares matching, image basic processing functions (rotation, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:6724608
    • 提供者:张悦
  1. HARRIS-MATLAB

    0下载:
  2. 使用Harris角点检测方法进行图像特征点提取,NCC描述的方法进行粗匹配,再使用RANSAC算法进行精匹配。-Using the Harris corner detection method to extract the feature points of the image, the NCC descr iption method performs rough matching, and then uses the RANSAC algorithm for fine matching
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:110606
    • 提供者:阿朱
  1. Harris-detection-amd-matching-corner

    0下载:
  2. 使用Harris角点检测,然后使用RANSA算法进行相应的match匹配算法,主要应用在计算机视觉以及opencv中-Harris corner detection and match corresponding corner points by match algorithm and RANSA algorithm in computer vision and openCV
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:3845
    • 提供者:电子爱好者
  1. angvlar__Kkis

    0下载:
  2. 这个是基于角点的匹配和拼接的MATLAB算法程序,如果有用得到的-This is based on the angular point matching and splicing of MATLAB algorithm, if useful
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:251904
    • 提供者:ezhibit
  1. 568832

    0下载:
  2. 这个是基于角点的匹配和拼接的MATLAB算法程序,如果有用得到的-This is based on the angular point matching and splicing of MATLAB algorithm, if useful
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:251904
    • 提供者:uvyzp+81659
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com